home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / sm30a.zip / ^.KEY < prev    next >
Text File  |  1993-11-07  |  140b  |  3 lines

  1. ^       power in BASIC, the same as ** in FORTRAN, e.g. 2^3 gives 8.
  2. **      power in FORTRAN, the same as ^ in BASIC, e.g. 2**3 gives 8.
  3.